(vc-delete-file): Add autoload cookie (bug#3209).
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 5 May 2009 04:02:45 +0000 (04:02 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 5 May 2009 04:02:45 +0000 (04:02 +0000)
lisp/ChangeLog
lisp/vc.el

index d1e22efe30ab62372361e4a3f86013d712202e14..95807d5372924e69c19a570826027890661a370e 100644 (file)
@@ -1,3 +1,7 @@
+2009-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * vc.el (vc-delete-file): Add autoload cookie (bug#3209).
+
 2009-05-04  Miles Bader  <miles@gnu.org>
 
        * emacs-lisp/bindat.el (bindat-pack): Allocate and set a string
index 6d1242b7640b4f28fa7f5cfce215a6a53625e81a..77243192f7876160d8148314726856f69a045c07 100644 (file)
@@ -2138,6 +2138,7 @@ backend to NEW-BACKEND, and unregister FILE from the current backend.
              (throw 'found f)))
        (error "New file lacks a version control directory")))))
 
+;;;###autoload
 (defun vc-delete-file (file)
   "Delete file and mark it as such in the version control system."
   (interactive "fVC delete file: ")